gnomeos: Fetch ostree from file:/// URI
authorColin Walters <walters@verbum.org>
Sun, 27 Nov 2011 18:08:32 +0000 (13:08 -0500)
committerColin Walters <walters@verbum.org>
Sun, 27 Nov 2011 18:08:32 +0000 (13:08 -0500)
This means anyone not using /src/ostree for the checkout will have
to change it, but it's way less annoying for me not to have to push
changes to git.

gnomeos/yocto/recipies-core/ostree/ostree.bb

index 3871dacf31347045297ba21f2cf644f38b950e57..3de77d6407dc12540f253a588c3446cb13f580d4 100644 (file)
@@ -2,8 +2,8 @@ SUMMARY = "GNOME OS management tool"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=97285cb818cf231e6a36f72c82592235"
 
-SRC_URI = "git://git.gnome.org/ostree;tag=18f0b537a45f12852e4ec6b174440cbfe7702e4d"
-S = "${WORKDIR}/git"
+SRC_URI = "file:///src/ostree-clone"
+S = "${WORKDIR}/ostree-clone"
 
 inherit autotools